html, body {
    color: #333;
    margin: 0;
    padding: 0;
    float: none;
    font-family: Helvetica;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
}
.top{
	width: 100%;
	height: 46px;	
	color: #999;
	text-align: center;
	position: fixed;
	border-bottom: 1px #eee solid;
	z-index:9999;
}
.top span{
	display: inline-block;
	width: auto;
	height: 43px;
	line-height:46px;
	text-align: center;
	cursor: pointer;
	margin: 0 3%;
}
.tab{
    width: 100%;
	text-align: center;
	background-color: #fff;
}
.current{
	color: #333;
	font-weight: bold;
	border-bottom: 3px #b00000 solid;
	height: auto;
	font-size: 15px;
}

.Selected{
	margin-top: 50px;
	font-size: 13px;
	color: #666;
}
.Selected_t{
	height: 40px;
	justify-content: space-between;
	display: flex;
	width: 100%;
	align-items:center;
}


.Selected p{
	display: inline-block;
	margin-left: 2%;
		
}
.Selected a{
	display: inline-block;
    margin-right: 2%;
	color: #999;
		
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height:auto;
	z-index:1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	/*width: 320px;*/
	height: 212px;
	background-color: #fff;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 10px;
	margin-top:0px;
	
}
.swiper-slide img{
	border-radius: 10px;
	box-shadow: 0px 2px 4px #999;
	margin-top: 5px;
	
}
.swiper-slide::after{
	width: 2%;
	height: 200px;
	
}
.classification{
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	
}
.classification p{
	display: inline-block;
	margin-left: 2%;
		
}
.classification a{
	display: inline-block;
    margin-right: 2%;
	color: #999;
		
}

.classification .swiper-slide{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	/*height: 138px;*/
	background-color: #fff;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 5px;
	margin-top:0px;
}
.classification .swiper-slide img{
	border-radius: 5px;
	box-shadow: 0px 2px 4px #999;
	margin-top: 5px;
	width: 100%;
	height: 100%;
	
}